home *** CD-ROM | disk | FTP | other *** search
/ LOGIC Apps / Logic-APPLE_II_APPS.iso / mac / LOGIC Apple II 5.25" Library - ProDOS / PRO107.dsk / STARTUP.bas < prev    next >
BASIC Source File  |  2012-02-16  |  294b  |  8 lines

  1. 1  REM   This program resets the normal loading address of
  2. 2  REM   a BASIC program to 16384 ($4000).
  3. 3  REM   The program /HST/HST.INTRO will not work properly
  4. 4  REM   unless this program, HUBBLE, is run first.
  5. 10  POKE 103,1
  6. 20  POKE 104,64
  7. 30  POKE 16384,0
  8. 40  PRINT  CHR$(4);"RUNHST.INTRO"